Supported
data class Supported(val supportedAlgorithms: List<JWEAlgorithm>, val supportedMethods: List<EncryptionMethod>) : ResponseEncryptionConfiguration(source)
The wallet supports encrypting authorization responses
Parameters
supported Algorithms
the JWE algorithms that the wallet can use when encrypting the authorization response in order of preference
supported Methods
the JWE encryption methods that the wallet can use when encrypting the authorization response in order of preference EncryptionMethod.XC20P requires the usage of com.google.crypto.tink:tink